home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / bgfax155.zip / VIEW.DOC < prev    next >
Text File  |  1996-01-01  |  6KB  |  138 lines

  1. Documentation for VIEW.EXE, version 1.54
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. VIEW [filename|filespec] [options]
  5.  
  6. VIEW can read faxes stored in ZFAX version 2 (1D-MH only), QuickLink II
  7. QFX format, or TIFF-Class-F format (Faxworks).  It can print these faxes
  8. also.
  9.  
  10. The default filespec is "*.??X" which nicely handles *.FAX, *.QFX, *.PCX,
  11. and *.DCX.  If you specify a filename rather than a filespec, VIEW works
  12. in batch mode rather than menu mode.  (See notes on BATCH mode at the end
  13. of this document.)
  14.  
  15. To use VIEW, change into the directory where all your faxes are located,
  16. and then start it, by typing "VIEW".  If if finds any faxes, it will bring
  17. up a list of them on the screen, and you can use the up and down arrows to
  18. select which fax you wish to view or print.
  19.  
  20. The available commands are listed on the bottom of the screen...
  21. <Enter>=view, <Ctrl-Enter>=print, <F2>=convert to PCX, <F3>=convert to DCX,
  22. and <Delete>=delete the fax
  23.  
  24. If you start VIEW without any command line parameters, it will automatically
  25. detect either a CGA, EGA, or VGA display.  However, it will not detect the
  26. printer type, so you will have to specify that manually.
  27.  
  28. To force a specific video mode when starting VIEW...
  29. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30.                              Mode  Resolution
  31.                              ----  ----------
  32. VIEW /CGA                    $6    640x200
  33. VIEW /EGA                    $10   640x350
  34. VIEW /VGA                    $11   640x480
  35. VIEW /800 (or VIEW /SVGA)    $102  800x600
  36. VIEW /1024                   $104  1024x768
  37. VIEW /1280                   $106  1280x1024
  38.  
  39. Your video card and/or monitor may not be able to support all of the modes
  40. available.
  41.  
  42. Commands available while viewing the fax itself
  43. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44. When the fax image is on the screen, you have a few choices...
  45.  
  46. Alt-I  invert the fax colors (black becomes white, white becomes black)
  47. Alt-F  flip the fax for thoese people that send you upside down faxes
  48. Alt-S  shrink the fax so that the image isn't quite so big on the screen
  49.  
  50. You can pan around by using the up, down, left, and right arrow keys.
  51.  
  52. To go to the next page in a fax, <PgDn>, the previous page <PgUp>
  53.  
  54.  
  55. To use a specific printer driver when starting VIEW...
  56. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57.      Switch   DPI    Printer
  58.      ------ -------  -------------
  59. VIEW /P24   180x180  Epson compatible 24-pin dot matrix
  60. VIEW /P25   360x180  Epson compatible 24-pin dot matrix
  61. VIEW /P26   180x180  Canon BJ-200 compatible bubble-jet printer
  62. VIEW /P27   360x360  Canon BJ-200 compatible bubble-jet printer
  63.  
  64. VIEW /P37   150x150  PCL level 3 compatible laser printer
  65. VIEW /P38   150x150  PCL level 4 compatible laser printer (faster than PCL3)
  66. VIEW /P39   150x150  PCL level 5 compatible laser printer (faster than PCL4)
  67.  
  68. VIEW /P40   300x300  PCL level 3 compatible laser printer
  69. VIEW /P41   300x300  PCL level 4 compatible laser printer (faster than PCL3)
  70. VIEW /P42   300x300  PCL level 5 compatible laser printer (faster than PCL4)
  71.  
  72. VIEW /P24 is recommened for most dot matrix printers, and /P40 is recommened
  73. for most lasers if you do not know what PCL level it supports.
  74.  
  75. *** What about printing to ports other than LPT1 ???
  76.  
  77. VIEW /P40:LPT2
  78. Will print to a laser printer on LPT2 as a software interrupt 17 device.
  79. (Should use this.)
  80.  
  81. VIEW /P40:+LPT2
  82. Will print to a laser printer on LPT2 as a "file" rather than a device.
  83. (Sometimes this prints a little faster, but usually it prints much slower.)
  84.  
  85. VIEW /P40:+TEST.PRN
  86. then from a DOS prompt, "copy test.prn lpt2" as an alternate way of printing
  87.  
  88. *** What about A4 or US-Legal paper sizes?
  89.  
  90. VIEW /P40 /A4     for metric-A4 (rather than US-letter)
  91. VIEW /P40 /LP     for US-legal (rather than US-letter)
  92.  
  93. Miscellaneous switches
  94. ~~~~~~~~~~~~~~~~~~~~~~
  95. VIEW /DB    Try to display bad scan lines (normally, VIEW just puts a dotted
  96.             line across the screen if it detects a bad scan line.)
  97.  
  98. VIEW /BO    Display fax using a backwards bit order.  This may be necessary
  99.             if you have received a fax on a USR modem with Binkley's internal
  100.             fax routines, or if you have started BGFAX with the incorrect
  101.             command line switch.
  102.  
  103. Multiple command lines parameters
  104. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  105. VIEW /p40 /1024
  106.  
  107. For example would make VIEW use 1024x768 resolution when viewing faxes and
  108. print faxes (when the user hits Ctrl-Enter) to a laser printer.  It is
  109. suggested that you make a batch file to call VIEW with these parameters so
  110. that you don't have to always type them in.
  111.  
  112. BATCH MODE
  113. ~~~~~~~~~~
  114. You can also start VIEW in a "batch" mode, which requires no user
  115. intervention.
  116.  
  117. "VIEW FAX0001.FAX /P40" would print the fax0001.fax file to a laser printer.
  118. "VIEW fax0001.fax /dcx" would convert that fax to a DCX file
  119. "VIEW fax0001.fax /pcx" would convert that fax to PCX files
  120.  
  121. (Note that a DCX file is basically a multipage PCX file, and many fax
  122. applications support the DCX format.  PCX format gets messy because each
  123. fax page has to be saved into a seperate file, but PCX format is nearly
  124. universal and just about every graphics program on the planet will let
  125. you load a PCX image.)
  126.  
  127. Note about 2D-MR compressed faxes
  128. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129. VIEW does not currently support 2D-MR faxes properly.  A 2D-MR fax is
  130. basically a 1D-MH normal fax with every other line having only "difference"
  131. information rather than the whole scan line encoded.  VIEW will correctly
  132. view the 1D-MH lines, but will show the 2D-MR lines as improperly decoded
  133. scan lines.
  134.  
  135. Regards,
  136. B.J. Guillot
  137.  
  138.